actionbar: Don't forall() widgets twice
authorBenjamin Otte <otte@redhat.com>
Mon, 18 Jan 2016 23:53:55 +0000 (00:53 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 19 Jan 2016 02:45:26 +0000 (03:45 +0100)
commit402cecf9a2aecf95ac8efca84179adcb1ce8e956
treebec5d3360f0ba7076a8be9b58c2c0a9397041deb
parent575dfb407502d8596e7933065aea4cea8664fcbc
actionbar: Don't forall() widgets twice

When using forall(), only list the revealer, which lists the box
containing all the children. When using foreach(), bypass revealer and
box and list all children added to the box.
gtk/gtkactionbar.c